public static NotifyCollectionChangedEventArgs<T> Create( NotifyCollectionChangedAction action, int newStartingIndex, IList newItems, int oldStartingIndex, IList oldItems )
'Declaration Public Shared Function Create( _ ByVal action As NotifyCollectionChangedAction, _ ByVal newStartingIndex As Integer, _ ByVal newItems As IList, _ ByVal oldStartingIndex As Integer, _ ByVal oldItems As IList _ ) As NotifyCollectionChangedEventArgs(Of T)
NotifyCollectionChangedEventArgs<T> Class NotifyCollectionChangedEventArgs<T> Members